DeselectRowRange Method
Unselects the specified rows.

C# Syntax

void DeselectRowRange( 
   uint indexFrom,
   uint indexTo
)

Parameters

indexFrom
The 1-based index of the first row in the range.
indexTo
The 1-based index of the last row in the range.